'Declaration
<NotNullAttribute()> Public ReadOnly Property ValueType As Type
'Usage
Dim instance As UABaseVariable(Of TValue,TAttribute) Dim value As Type value = instance.ValueType
[NotNull()] public Type ValueType {get;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).